* alloc.c (Fgc_status): Do not access beyond zombies array
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 12 Oct 2011 06:09:40 +0000 (23:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Oct 2011 06:09:40 +0000 (23:09 -0700)
commit7de2b9748a4ca0a03a693d85e5d4398bf67d2151
treefe2dbc7f35efbbe385b55c26aa0cb1edbd478cb2
parent663863ed06c6a088a6a819e2e1a00d9f543854aa
* alloc.c (Fgc_status): Do not access beyond zombies array

boundary if nzombies > MAX_ZOMBIES.
* alloc.c (dump_zombies): Add missing format specifier.
src/ChangeLog
src/alloc.c